.footer{
    width: 100%;
    min-height: 17rem;
    background-color: #1A293C;
    /*text-align: center;*/
    margin-top: 1rem;
    bottom: 0rem;
}
.footer-tab{
    font-size: 1rem;
    color: #FFFFFF;
    letter-spacing: 0.05rem;
    line-height: 1.81rem;
}

/*tab*/
#footerTab .nav-link {
    font-size: 1rem;
    color: #FFFFFF !important;;
    letter-spacing: 0.05rem;
    line-height: 1.2rem;
    border: 0px solid transparent !important;
    border-top-left-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
}
#footerTab .nav-link.active, #footerTab .nav-item.show .nav-link {
    font-size: 1rem;
    color: #FFFFFF !important;
    letter-spacing: 0.05rem;
    line-height: 1.2rem;
    border-color: #fff #fff #E60213 !important;
    border-bottom-width: 0.25rem !important;
    background: #1A293C !important;
}
#footerTab .nav-link:hover, #footerTab .nav-link:focus {
    border-color: #fff #fff #E60213 !important;
    border-bottom-width: 0.25rem !important;
    background: #1A293C;
    color: #FFFFFF !important;;
}
#footerTab li{
    margin: 0rem;
    /*width: 11.25rem;*/
    text-align: center;
}
#footerTab a{
    padding-top: 0rem;
    /*padding-bottom: 0.81rem;*/
}

#myFooterTabContent{
    font-size: 1rem;
    line-height: 1.81rem;
    color: #848484;
    letter-spacing: 0.05rem;
    /*min-height: 4rem;*/
    max-width: 100%;
    overflow: auto;
    /*max-height: 100%;*/
}

.footer-first-font{
    line-height: 1.81rem;
    font-size: 1rem;
    color: #848484;
    letter-spacing: 0.05rem;
    /*padding-bottom: 0.5rem;*/
}
.footer-second-font{
    line-height: 1.81rem;
    font-size: 1rem;
    color: #848484;
    letter-spacing: 0.05rem;
}
.footer-erweima{
    float: right;
    width: 4.94rem;
    height: 4.94rem;
    margin-bottom: 0.56rem;
}
.foot-a{
    font-size: 1rem;
    line-height: 1.81rem;
    color: #848484;
    letter-spacing: 0.05rem;
}
.foot-a:hover{
    color: white;
    text-decoration:none;
}

.foot-img{
    height: 1rem;
    width: 1rem;
    vertical-align: middle
}